home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / pc_board / pcbscm3.zip / DEMOB.BAT < prev    next >
DOS Batch File  |  1992-02-24  |  792b  |  20 lines

  1. @echo off
  2. :This demo displays the /B option.  PCBSCMP takes up considerable memory (have
  3. :to figure out how to make it take less).  This option creates a batch file.
  4. :
  5. :The following executes TEST.BAT with three parameters.  It sets the environment
  6. :for Connect Speed, Comm Port, and Node number.  It will also create a file
  7. :called REMOTE.INF with the comma delimited fields consisting of all the 
  8. :available conference areas. 
  9. :
  10. :Note the line under pcbscmp ...  (if exist scmp###.bat call scmp###).  It is 
  11. :required if you specify the /B switch!!!!!
  12. :
  13. :When using the /F switch keep it as the last parameter on the command line.
  14. :
  15.  
  16. pcbscmp %1 %2 %3 /R:TEST.BAT /B /E:CS:CP:NN:NM /F:NM:PW:AN:FN:LG:CS:CP:NN:CA
  17. if exist scmp###.bat call scmp###
  18.  
  19. echo PROCESS COMPLETE!!!
  20.